From: Jérémy Lal Date: Wed, 14 Jan 2026 00:19:18 +0000 (+0100) Subject: Link to -latomic by default X-Git-Tag: archive/raspbian/22.22.0+dfsg+_cs22.19.6-1+rpi1^2~17 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com//%22mailto:bartha.m.judit%40gmail.com/%22/%22http:/www.example.com/%22mailto:bartha.m.judit%40gmail.com/%22?a=commitdiff_plain;h=00feafb3479fb4936f717ae74f24ecba686439d2;p=nodejs.git Link to -latomic by default Last-Update: 2019-10-25 Forwarded: not-needed Bug: https://github.com/nodejs/node/pull/28532 Bug: https://github.com/nodejs/node/issues/30093 This avoids surprises on mips*el/ppc*el Gbp-Pq: Topic build Gbp-Pq: Name flag_atomic.patch --- diff --git a/node.gypi b/node.gypi index 36ed39f30..7aedd7d3e 100644 --- a/node.gypi +++ b/node.gypi @@ -374,6 +374,9 @@ 'libraries!': [ '-lrt' ], + 'libraries': [ + '-latomic' + ] }], [ 'OS in "freebsd linux openharmony"', { 'ldflags': [ '-Wl,-z,relro',